calling procedure
英 [ˈkɔːlɪŋ prəˈsiːdʒə(r)]
美 [ˈkɔːlɪŋ prəˈsiːdʒər]
网络 调用过程
双语例句
- Firstly, this paper presents the related knowledge such as Web Services 'architecture, protocol, calling procedure and XML technology.
本文首先介绍了WebServices的体系结构,主要协议,WebServices的调用过程以及描述异构性的XML技术; - The Method of Fortran Language Calling the Procedure of C Language
FORTRAN程序调用C语言函数过程的方法 - Calling a stored procedure through JDBC
通过JDBC来访问一个储存的程序 - The simulation results of dynamic and real-time tracking simulation process can be shown in the interface by calling the background calculation procedure.
用户通过调用后台的计算程序,在前台界面中动态显示模拟结果,实时跟踪模拟过程。 - This can either be a scheduled update that was configured when calling SYSPROC. SYSTS_CRTCOL, or a manual update by calling the UPDATE stored procedure.
更新过程可以是一个调用SYSPROC.SYSTSCRTCOL配置的定时更新,也可以是通过调用UPDATE存储过程进行的手动更新。 - Searching the collection is done by calling the SEARCH stored procedure.
搜索collection通过调用SEARCH存储过程来完成。 - The caller must ensure to perform COMMIT after calling this procedure to save the explain information.
调用者必须在调用这个过程后执行COMMIT来保存解释信息。 - In the following example, we were faced with the challenge of calling a stored procedure named OUT_LANGUAGE that returns one OUT parameter named OUT_LANGUAGE.
在下列例子中,我们面临着调用名为OUTLANGUAGE的存储过程的挑战,该存储过程返回一个名为OUTLANGUAGE的OUT参数。 - After calling the SEARCH stored procedure, we can retrieve the result set from the CallableStatement.
调用SEARCH存储过程后,就可以从CallableStatement读取结果集了。 - In the output from calling the stored procedure, you can see the difference between extracting an XML element, and extracting the value of an XML element.
在调用存储过程的输出中,可以看到提取XML元素与提取XML元素值之间的差异。